CRT_591Y协议实现的收发卡一体机 .
├── CRT_591Y_Demo
│ ├── CRT_591Y_Demo
│ │ ├── CRT591YDll.cs
│ │ ├── CRT_591Y_Demo.csproj
│ │ ├── CRT_591Y_Demo.csproj.user
│ │ ├── CardInfoForm.Designer.cs
│ │ ├── CardInfoForm.cs
│ │ ├── CardInfoForm.resx
│ │ ├── CardMInfo.cs
│ │ ├── CardManage.Designer.cs
│ │ ├── CardManage.cs
│ │ ├── CardManage.resx
│ │ ├── CodeHelper.cs
│ │ ├── Demo.Designer.cs
│ │ ├── Demo.cs
│ │ ├── Demo.resx
│ │ ├── ICCardHelper.cs
│ │ ├── Logger.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── MyPinYin.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SqlHelper.cs
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CRT_591Y.dll
│ │ │ │ ├── CRT_591Y_Demo.vshost.exe
│ │ │ │ ├── CRT_591Y_Demo.vshost.exe.config
│ │ │ │ ├── CRT_591Y_Demo.vshost.exe.manifest
│ │ │ │ ├── DLL_File.dll
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ ├── Sdtapi.dll
│ │ │ │ ├── USBHIDHelper.dll
│ │ │ │ ├── license.dat
│ │ │ │ ├── log
│ │ │ │ │ ├── 20191229.txt
│ │ │ │ │ ├── 20191230.txt
│ │ │ │ │ ├── 20191231.txt
│ │ │ │ │ ├── 20200102.txt
│ │ │ │ │ ├── 20200103.txt
│ │ │ │ │ ├── 20200104.txt
│ │ │ │ │ ├── 20200106.txt
│ │ │ │ │ └── 20200109.txt
│ │ │ │ ├── msvcr80.dll
│ │ │ │ ├── skin
│ │ │ │ │ ├── MSN.ssk
│ │ │ │ │ ├── Wave.ssk
│ │ │ │ │ ├── WaveColor1.ssk
│ │ │ │ │ ├── WaveColor2.ssk
│ │ │ │ │ ├── XPBlue.ssk
│ │ │ │ │ ├── XPGreen.ssk
│ │ │ │ │ ├── XPOrange.ssk
│ │ │ │ │ └── XPSilver.ssk
│ │ │ │ ├── termb.dll
│ │ │ │ ├── zkSDTComm.dll
│ │ │ │ ├── 返回首页.png
│ │ │ │ ├── 循环收发卡.exe
│ │ │ │ ├── 循环收发卡.exe.config
│ │ │ │ └── 循环收发卡.pdb
│ │ │ └── Release
│ │ ├── logo.ico
│ │ └── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── CRT_591Y_Demo.CardInfoForm.resources
│ │ ├── CRT_591Y_Demo.CardManage.resources
│ │ ├── CRT_591Y_Demo.Demo.resources
│ │ ├── CRT_591Y_Demo.MainForm.resources
│ │ ├── CRT_591Y_Demo.Properties.Resources.resources
│ │ ├── CRT_591Y_Demo.csproj.CopyComplete
│ │ ├── CRT_591Y_Demo.csproj.CoreCompileInputs.cache
│ │ ├── CRT_591Y_Demo.csproj.FileListAbsolute.txt
│ │ ├── CRT_591Y_Demo.csproj.GenerateResource.cache
│ │ ├── CRT_591Y_Demo.csprojAssemblyReference.cache
│ │ ├── CRT_591Y_Demo.csprojResolveAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 循环收发卡.exe
│ │ └── 循环收发卡.pdb
│ └── CRT_591Y_Demo.sln
└── 找例子网_循环收发卡.rar
12 directories, 79 files
评论